Worldclim with MyST Markdown

Worldclim with MyST Markdown#

Plot should go here 3#

ds = xr.open_dataarray('worldclim_data/wc2.1_10m_elev.tif')
ds = ds.sel(band=1)
ds.drop(['band','spatial_ref']).hvplot(x='x',y='y',width=1500,height=1000,cmap='plasma',xlabel='lon')